a {
	text-decoration: none;
}
* {
	list-style: none;
}
.nav-btn-go {
	cursor: pointer;
	box-sizing: border-box;
}
#header .nav-btn-go {
	box-sizing: border-box;
}
.nav-btn-go:hover {
	background-image: linear-gradient(90deg, #e8841a 0%, #ffd119 100%);
}

.nav-space-x-35 > *:not(:first-child) {
  margin-left: 35px;
}
.nav-font_1 {
  font-size: 20px;
  font-family: 'Alibaba PuHuiTi';
  line-height: 28px;
	color: #3c3c3c;
	cursor: pointer;
}
.nav-text {
  line-height: 27px;
}
.nav-text_2 {
  line-height: 27px;
}
.nav-text_3 {
  line-height: 27px;
}
.nav-text_4 {
  line-height: 27px;
}
.nav-text_5 {
  line-height: 27px;
}
.nav-current {
  color: #1a73e8;
  font-weight: 700;
  line-height: 27px;
}
.nav-text_6 {
  color: #1a73e8;
  font-weight: 700;
  line-height: 27px;
}
.nav-text-wrapper {
  margin-left: 131px;
  padding: 10px 0;
  background-image: linear-gradient(90deg, #1a73e8 0%, #19aeff 100%);
  border-radius: 22px;
  width: 158px;
	height: 44px;
	box-sizing: border-box;
  flex-shrink: 0;
}
.nav-font_2 {
  font-size: 18px;
  font-family: 'PingFang SC';
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
}

.nav-image {
	width: 220px;
	height: 42px;
}

.nav-header {
	padding: 18px 0;
	background-color: #ffffff;
	height: 80px;
	box-sizing: border-box;
  flex-shrink: 0;
}

.nav-xz-items-center {
	align-items: center;
}
.nav-xz-justify-center {
	justify-content: center;
}
.nav-xz-flex-row {
	display: flex;
	flex-direction: row;
}

.nav-group {
	margin-left: 56px;
}

.nav-xz-flex-row {
	display: flex;
	flex-direction: row;
}

.nav-xz-flex-col {
	display: flex;
	flex-direction: column;
}



#header * {
	box-sizing: unset;
}

#header .nav {
	height: 90px;
	text-align: center;
	padding-top: 35px;
}

#header a {
	text-decoration: none;
	font-size: 18px;
	color: #333;
}

#header .nav>li {
	line-height: 37px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#header .nav>li {
	float: left;
}

#header .nav>li:last-child {
	margin-right: 0;
}

#header .nav>li>a {
	padding: 8px 15px;
}

#header .nav>li>a:hover {
	color: #1a73e8;
	border-bottom: 2px solid #1a73e8;
}

#header .nav>li .aCircle {
	color: #1a73e8;
}

#header .nav li ul {
	position: absolute;
	overflow: hidden;
}

#header .nav #ul1,
#header .nav #ul4,
#header .nav #ul5,
#header .nav #ul6 {
	width: 130px;
	margin-top: 15px;
	background-color: #fff;
	box-shadow: 0px 4px 6px #dddddd;
	text-align: left;
	padding: 0px 20px;
	z-index: 1;
}

#header .nav #ul1 li:hover,
#header .nav #ul4 li:hover,
#header .nav #ul5 li:hover,
#header .nav #ul6 li:hover {
	color: #1a73e8;
}

#header .nav .product-resolve {
	position: absolute;
	z-index: 2;
	width: 490px;
	height: 280px;
	margin-top: 15px;
	padding-top: 15px;
	background-color: #fff;
	box-shadow: 0px 4px 6px #dddddd;
	text-align: left;
	padding: 0px 30px;
	display: flex;
}

#header .nav .product-resolve li:hover {
	color: #1a73e8;
}

#header .nav #ul2 {
	margin-top: 10px;
	height: 400px;
}

#header .nav .product {
	width: 200px;
}

#header .nav .resolve {
	margin-left: 50px;
	width: 220px;
}

#header .nav .resolve #ul2-1 {
	margin-top: 10px;
	height: 400px;
}

#header .nav .product .title,
#header .nav .resolve .title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.image_380 {
  flex-shrink: 0;
  align-self: flex-end;
  border-radius: 0px 0px 8px 8px;
  width: 32px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
}